home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000007_ware@news.cis.ohio-state.edu_Thu Dec 1 06:30:39 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  1KB

  1. Received: from news.cis.ohio-state.edu by cs.umb.edu with SMTP id AA01319
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 1 Dec 1994 11:30:47 -0500
  3. Received: from stumble.cis.ohio-state.edu (stumble.cis.ohio-state.edu [164.107.128.12]) by news.cis.ohio-state.edu (8.6.8.1/8.6.4) with ESMTP id LAA25931 for <tex-k@cs.umb.edu>; Thu, 1 Dec 1994 11:30:46 -0500
  4. From: Peter Ware <ware@cis.ohio-state.edu>
  5. Received: (ware@localhost) by stumble.cis.ohio-state.edu (8.6.7/8.6.4) id LAA23936; Thu, 1 Dec 1994 11:30:39 -0500
  6. Date: Thu, 1 Dec 1994 11:30:39 -0500
  7. Message-Id: <199412011630.LAA23936@stumble.cis.ohio-state.edu>
  8. To: tex-k@cs.umb.edu
  9. Subject: Path expansion in kpathsea 2.4 and texmf.cnf
  10.  
  11. Apparently, in texmf.cnf the lines:
  12.     latex209_inputs = .:~/usr/tex//:!!$TEXMF/tex/local//:!!$TEXMF/tex/latex209//:!!$TEXMF/tex//
  13.     latex2e_inputs = .:~/usr/tex//:!!$TEXMF/tex/local//:!!$TEXMF/tex/latex2e//:!!$TEXMF/tex//
  14.     TEXINPUTS.latex209 = $latex209_inputs
  15.     TEXINPUTS.latex2e = $latex2e_inputs
  16.     TEXINPUTS.latex = $latex2e_inputs
  17.  
  18. Don't allow the "~" expansion to actually happen.  I.e. running with
  19. "setenv KPATHSEA_DEBUG 32" shows the lookup path to still contain the "~".
  20.  
  21.     example% latex design.tex
  22.     ...
  23.     kdebug:search(rcs.sty) =>
  24.     kdebug:search(file=rcs.sty.tex, must_exist=1, find_all=0, path=.:~/usr/tex//:!!/usr/local/tex/lib/texmf/tex/local//:!!/usr/local/tex/lib/texmf/tex/latex2e//:!!/usr/local/tex/lib/texmf/tex//).
  25.  
  26. Thanks,
  27. --pete